home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actpack / actdemo.dir / 00153.ls < prev    next >
Encoding:
Text File  |  1995-11-15  |  152 b   |  13 lines

  1. on enterFrame
  2.   open("actpass 1")
  3.   startTimer()
  4.   repeat while the timer < 300
  5.     nothing()
  6.   end repeat
  7.   quit()
  8. end
  9.  
  10. on exitFrame
  11.   go("fade2")
  12. end
  13.